crypto/tls.encryptedExtensionsMsg.echRetryConfigs (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L579: hs.echContext.retryConfigs = encryptedExtensions.echRetryConfigs
handshake_client_tls13.go#L580: } else if encryptedExtensions.echRetryConfigs != nil {
handshake_messages.go#L1009: echRetryConfigs []byte
handshake_messages.go#L1040: if len(m.echRetryConfigs) > 0 {
handshake_messages.go#L1043: b.AddBytes(m.echRetryConfigs)
handshake_messages.go#L1101: m.echRetryConfigs = make([]byte, len(extData))
handshake_messages.go#L1102: if !extData.CopyBytes(m.echRetryConfigs) {
handshake_server_tls13.go#L804: encryptedExtensions.echRetryConfigs, err = buildRetryConfigList(echKeys)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |